|
|
The Else If command is exactly the same as nesting an If
command in an Else command - it is just the
two commands in one and prevents excessive nesting.
Options
- Input Argument: The input variable for the
function.
- As: The data type to convert the input into before
passing to the function. "..." is the neutral data type that keeps
the input arguments type as is.
- Function: Value is the neutral function that supports
all data types - it returns the value of the input argument.
Additional new functions can be added as modules.
- Function Argument: The input value for the function
|